Fixed fallout from GtkScrollable patches.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 23 Oct 2010 13:50:25 +0000 (22:50 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 23 Oct 2010 13:53:06 +0000 (22:53 +0900)
commit051dcde4bf8b1852bfbd903a31be3f03d2ed3339
tree95ed04d3120eb31fb338c2cbc6f77a1695c1f936
parentff5972c4cd8db68ae5d4a1c180accc57460d5c4d
Fixed fallout from GtkScrollable patches.

The scrollable patch removed set_scroll_adjustments (NULL, NULL) from
gtk_tree_view_init() which ensured the treeview would have adjustments
at all times, this patch adds set_v/hadjustment (NULL) to _init to ensure
the same thing (without it, there are crashes when trying to access the
adjustments notably from set_headers_visible() in gedit).
gtk/gtktreeview.c